home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Tutorial / ARexx Tutorial / TuteRexx / DopusRead.dopus5 < prev    next >
Text File  |  1998-11-07  |  420b  |  13 lines

  1. /* DopusRead.dopus5 */
  2. options results
  3. address 'DOPUS.1'
  4. dopus front
  5. address command 'Copy "DOplus:tutorial/Arexx Tutorial/TuteRexx/DOpusRead.dopus5" RAM: QUIET'
  6. "dopus read delete pos 50/50/200/100 RAM:DOpusRead.dopus5"
  7. text = 'The reader''s handle is: 'result
  8. dopus request '"'text'" OK'
  9. text = 'The file ''RAM:DOpusRead.dopus5'' will be deleted when you close the reader.'
  10. dopus request '"'text'" OK'
  11. dopus back
  12. exit
  13.